home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / _j2 / wvnsc926 / defaults.h < prev    next >
Text File  |  1994-09-21  |  3KB  |  110 lines

  1. /*
  2.  * DEFAULTS.H
  3.  * Defaults for profile
  4.  * JSC 1/18/94
  5.  * 
  6.  * $Id: defaults.h 1.16 1994/09/16 01:10:59 jcooper Exp $
  7.  * 
  8.  */
  9.  
  10. // personal
  11. #define DEF_UserName "Your Name Here"
  12. #define DEF_MailAddr "you@somehost.somedomain"
  13. #define DEF_Organization "Your Organization"
  14. #define DEF_ReplyTo ""
  15.  
  16. // comm
  17. #define DEF_UsingSocket TRUE
  18. #define DEF_NNTPHost "NewServerName"
  19. #define DEF_SMTPHost "MailServerName"
  20. #define DEF_NNTPService "nntp"
  21. #define DEF_DebugComm TRUE
  22. #define DEF_GenSockDLL "gwinsock.dll"
  23. #define DEF_ForceXhdr FALSE
  24.  
  25. // auth
  26. #define DEF_NNTPUserName ""
  27. #define DEF_NNTPPassword ""                        
  28. #define DEF_AuthReqPost FALSE
  29. #define DEF_AuthReqMail FALSE
  30.  
  31. // pref
  32. #define DEF_EnableThreading FALSE
  33. #define DEF_EnableSignature FALSE
  34. #define DEF_SignatureFile ""
  35. #define DEF_MailFileName "mailrc"
  36. #define DEF_MailLog FALSE
  37. #define DEF_MailLogFile  "MAIL.LOG"
  38. #define DEF_PostLog FALSE
  39. #define DEF_PostLogFile  "POST.LOG"
  40. #define DEF_DoList ID_DOLIST_ASK-ID_DOLIST_BASE
  41. #define DEF_ConnectAtStartup TRUE
  42. #define DEF_FullNameFrom TRUE
  43. #define DEF_ArticleThreshold 300
  44. #define DEF_MailDemandLogon TRUE
  45. #define DEF_MailForceType -1
  46. #define DEF_CcByMail FALSE
  47. #define DEF_ShowUnsubscribed TRUE
  48. #define DEF_ShowReadArticles TRUE
  49. #define DEF_ConfirmBatchOps TRUE
  50. #define DEF_ConfirmExit TRUE
  51. #define DEF_ConfirmReplyTo TRUE
  52. #define DEF_NewWndGroup TRUE
  53. #define DEF_NewWndArticle FALSE
  54. #define DEF_SaveArtAppend TRUE
  55. #define DEF_ThreadFullSubject FALSE
  56. #define DEF_GroupMultiSelect TRUE
  57. #define DEF_ShowUnreadOnly FALSE
  58.  
  59. // coding
  60. #define DEF_DecodePath ""
  61. #define DEF_CodingStatusVerbose FALSE
  62. #define DEF_BlockCodingStatusAlwaysOnTop FALSE
  63. #define DEF_DumbDecode FALSE
  64. #define DEF_ReviewAttach TRUE
  65. #define DEF_ArticleSplitLength 50000
  66. #define DEF_EncodingTable ""
  67. #define DEF_EncodingType "Base-64"
  68. #define DEF_AttachInNewArt FALSE
  69. #define DEF_ExecuteDecodedFiles FALSE
  70. #define DEF_KeepArticleHeaderVisible FALSE
  71. #define DEF_UseSmartFiler TRUE
  72.  
  73. #define DEF_GenerateMIME TRUE
  74. #define DEF_MIMEUsageSuggestions TRUE
  75. #define DEF_MIMEUUType "x-uue"
  76. #define DEF_MIMEXXType "x-xxe"
  77. #define DEF_MIMECustomType "x-custom3to4"
  78. #define DEF_MIMEBoundary  "*-*-*- Next Section -*-*-*"
  79. #define DEF_BlankBeforeMIME FALSE
  80. #define DEF_DefaultContentType "Other"
  81.  
  82. // interface
  83. #define DEF_ListFontFace "Courier"
  84. #define DEF_ListFontSize 10
  85. #define DEF_ListFontStyle "Regular"
  86. #define DEF_ArticleFontFace "Courier"
  87. #define DEF_ArticleFontSize 10
  88. #define DEF_ArticleFontStyle "Regular"
  89. #define DEF_StatusFontFace "Times New Roman"
  90. #define DEF_StatusFontSize 11
  91. #define DEF_StatusFontStyle "Regular"
  92. #define DEF_PrintFontFace "Arial"
  93. #define DEF_PrintFontSize 12
  94. #define DEF_NetUnSubscribedColor "0,0,200"              // blue
  95. #define DEF_NetSubscribedColor "0,0,0"                  // black
  96. #define DEF_ArticleUnSeenColor "0,0,0"
  97. #define DEF_ArticleSeenColor "0,0,200"
  98. #define DEF_ArticleTextColor "0,0,0"
  99. #define DEF_StatusTextColor "0,0,0"
  100. #define DEF_ArticleBackgroundColor "255,255,255"        // white
  101. #define DEF_ListBackgroundColor "255,255,255"
  102. #define DEF_StatusBackgroundColor "255,255,255"
  103. #define DEF_ThumbTrack TRUE
  104.  
  105. // smart filer 
  106. #define DEF_OnDupeName 0
  107. #define DEF_OnNameTooLong 0
  108. #define DEF_MaxFileNameLen 8
  109. #define DEF_MaxFileExtLen 3
  110. #define DEF_EnableExtensionConversion 1